home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 102 / examples / read.me < prev    next >
Encoding:
Text File  |  1987-01-25  |  3.0 KB  |  132 lines

  1. CTRLNDC.C
  2.  
  3.     This is the main driver for the draw_ndc() examples using Mark Williams C
  4.     to be tested in NDC and/or RC mode with or without GDOS for implications.
  5.  
  6.  
  7. CTRLRC.C
  8.  
  9.     This is the main driver for the draw_rc() examples using Mark Williams C
  10.     to be tested in NDC and/or RC mode with or without GDOS for implications.
  11.  
  12.  
  13. C_TIPS.DOC
  14.  
  15.     This is a collection of C tips and information about the programs in this
  16.     directory written by Chuck Purcell.  This document shows the amount of work
  17.     Chuck has invested in this.  Read and enjoy.
  18.  
  19.  
  20. EXBCONIN.C
  21. EXBCONIN.PRG
  22. EXCCONIN.TOS
  23. EXCCONWS.C
  24. EXCCONWS.PRG
  25. EXCCONWS.TOS
  26. EXCOPIES.C
  27. EXCOPIES.TTP
  28. EXLINEAC.C
  29. EXLINEAC.PRG
  30. EXLINEAC.TTP
  31.  
  32.     These are a number of example programs from the Mark Williams C manual 
  33.     included as examples of some of the available C functions.  In most cases,
  34.     these programs have been additionally modified by Chuck Purcell.
  35.  
  36.  
  37. EXSHIFT.C
  38. EXSHIFT.PRG
  39. EXSHIFT.TOS
  40.  
  41.     This is another example program from the Mark Williams C manual which shows
  42.     explains how to get the status of the shift keys.
  43.  
  44.  
  45. EXTIMDAT.C
  46. EXTIMDAT.PRG
  47. EXTIMDAT.TOS
  48.  
  49.     This is a IKB and GEMDOS time-date display demo taken from the Computer
  50.     Shopper newspaper and modified by Chuck.  Just another C example program.
  51.  
  52.  
  53. GETENV.C
  54.  
  55.     Keywords: ENVIRONMENT VARIABLE SHELL MARK WILLIAMS DOS C-SHELL GETENV
  56.     
  57.     GETENV is a small C routine that solves the incompatibility
  58.     problems between Mark Williams' and David Beckemeyer's environment block
  59.     formats. Compile it into your program and it will be used instead of the
  60.     library function. Arguments and return values are the same.
  61.     Use when compiling in MWC for use with microCshell command line program.
  62.  
  63.  
  64. LADYBUG1.C
  65. LADYBUG1.PRG
  66. LADYBUG1.TOS
  67.  
  68.     This is a GDOS example program to display a bit image of a bug on the 
  69.     screen.
  70.  
  71.  
  72. LADYBUG2.C
  73. LADYBUG2.PRG
  74. LADYBUG2.TOS
  75.  
  76.     This is a GDOS example program to display a bit image of two bugs on the 
  77.     screen.
  78.  
  79.  
  80. LINEDEMO.C
  81. LINEDEMO.PRG
  82. LINEDEMO.TOS
  83. LINEWALK.C
  84. LINEWALK.PRG
  85. LINEWALK.TOS
  86.  
  87.     These are C example programs modified for GDOS showing line drawing 
  88.     examples.
  89.  
  90.  
  91. RECURSE.C
  92. RECURSE.TTP
  93. RECURSEP.C
  94. RECURSEP.TTP
  95. TEST1
  96. TEST2
  97. TEST3
  98.  
  99.      This is a C example program showing recursion.  To run, type 'TEST1' as
  100.      parameter for the program.  RECURSEP has been modified by Chuck to pause
  101.      before starting.
  102.  
  103.  
  104. ST_ALARM.ACC
  105. ST_ALARM.C
  106.  
  107.     This is an alarm clock desk accessory which uses GDOS.  This is a modified
  108.     program which Chuck took from a German magazine.
  109.  
  110.  
  111. TEXTALGN.C
  112. TEXTALGN.PRG
  113. TEXTALGN.TOS
  114.  
  115.     This is another GDOS example program which displays text alignment effects.
  116.  
  117.  
  118. TEXTEFCT.C
  119. TEXTEFCT.PRG
  120. TEXTEFCT.TOS
  121.  
  122.     This is another GDOS example program which shows different graphic text
  123.     special effects.
  124.  
  125.  
  126. TEXTSWIS.C
  127. TEXTSWIS.PRG
  128. TEXTSWIS.TOS
  129.  
  130.     This is another GDOS example program which displays the text alignment for
  131.     the Swiss font lower case letters.
  132.